Skip to content

feat(git): add TM git status #2045

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2023
Merged

feat(git): add TM git status #2045

merged 2 commits into from
Mar 13, 2023

Conversation

gegoune
Copy link
Collaborator

@gegoune gegoune commented Mar 10, 2023

Potential fix for #2043.

@gegoune gegoune requested a review from alex-courtis March 10, 2023 15:02
@drdo
Copy link

drdo commented Mar 10, 2023

Should this state show just the unstaged icon?
Since it occurs when there are both staged and unstaged changes should it not show both like some of the other states?

@alex-courtis
Copy link
Member

Should this state show just the unstaged icon?
Since it occurs when there are both staged and unstaged changes should it not show both like some of the other states?

The first T definitely indicates that it is staged, the M indicates modified from staged.

I reckon that's correct. Removing somethingelse removes the M. We should be capturing that.

Copy link
Member

@alex-courtis alex-courtis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works for TA.

DA is for another day.

@alex-courtis alex-courtis merged commit 1830e5e into nvim-tree:master Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants